From ff38baeafb4c75772351a1da58b50b1303bba9a4 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Wed, 12 Nov 2014 16:00:00 -0800 Subject: [PATCH] The bundled gcc has moved locations --- .travis.install.deps.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.install.deps.sh b/.travis.install.deps.sh index c8396e394..75ca21a2c 100755 --- a/.travis.install.deps.sh +++ b/.travis.install.deps.sh @@ -58,7 +58,7 @@ else innounp -y -x rust-nightly-$triple.exe mv '{app}' rustc # Don't use the bundled gcc, see rust-lang/rust#17442 - rm -rf rustc/bin/rustlib/$triple/gcc + rm -rf rustc/bin/rustlib/$triple/bin rm -f rust-nightly-$triple.exe fi -- 2.30.2